From: IOhannes m zmölnig Date: Thu, 11 Feb 2016 14:24:58 +0000 (+0100) Subject: calculate version ourselves X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~275 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=dfad90e922866513f5d89e0157d2e4e0e9cf1c4a;p=juce.git calculate version ourselves --- diff --git a/debian/rules b/debian/rules index cdc2e084..3796619f 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ common-binary-arch:: $(DEB_INSTALL_MANPAGES_juce-utils) $(BUILDDIR)/Introjucer.1: -debian/scripts/Introjucer-help2man -h -debian/scripts/Introjucer-help2man -v - help2man -N -n "the JUCE project-management tool" debian/scripts/Introjucer-help2man > $@ + help2man -N --version-string="Introjucer $(DEB_UPSTREAM_VERSION)" -n "the JUCE project-management tool" debian/scripts/Introjucer-help2man > $@ build/libjuce-doc:: cd doxygen && doxygen Doxyfile